Skip to content

build(deps): bump taskcluster from 47.1.2 to 52.0.0 in /report #1943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps taskcluster from 47.1.2 to 52.0.0.

Release notes

Sourced from taskcluster's releases.

v52.0.0

GENERAL

▶ [MAJOR] #6277 Generic Worker Simple engine is no longer released. It can still be built from source, but since it was never intended to be used as a production engine, and was only intended to support development (e.g. for running unit tests or running in a simple dev deployment) the simple engine binaries are no longer released.

WORKER-DEPLOYERS

▶ [patch] #5006 Generic Worker on macOS now dumps the output of the last command when it is not able to determine the logged in console user. This doesn't solve issue 5006 but it may provide additional troubleshooting information.

USERS

▶ [patch] #6278 Fix UI issue showing "Response code 404" for missing public/actions.json artifact.

▶ [patch] #5807 Fixes escape sequence parsing in logs that are attached to github check runs.

v51.1.0

ADMINS

▶ [minor] #6247 Worker manager now also quarantines worker on removeWorker call. This is used to prevent some race conditions when worker is still polling for new work and is removed/shutdown at the same time.

USERS

▶ [patch] The new (unused in production) indexed artifacts feature of Generic Worker was broken in release 51.0.0. This has (hopefully) been fixed.

DEVELOPERS

▶ [patch] New .taskcuster.yml linter added in UI to help validate github integration.

▶ [patch] Taskcluster YAML validator can load file from URL.

v51.0.0

USERS

▶ [minor] #6245 Generic Worker payload now supports declaratively mounting indexed artifacts into the task directory. For example:

payload:
  mounts:
    content:
      namespace: my.index.namespace
      artifact: public/image.jpg
</tr></table> 

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v52.0.0

GENERAL

▶ [MAJOR] #6277 Generic Worker Simple engine is no longer released. It can still be built from source, but since it was never intended to be used as a production engine, and was only intended to support development (e.g. for running unit tests or running in a simple dev deployment) the simple engine binaries are no longer released.

WORKER-DEPLOYERS

▶ [patch] #5006 Generic Worker on macOS now dumps the output of the last command when it is not able to determine the logged in console user. This doesn't solve issue 5006 but it may provide additional troubleshooting information.

USERS

▶ [patch] #6278 Fix UI issue showing "Response code 404" for missing public/actions.json artifact.

▶ [patch] #5807 Fixes escape sequence parsing in logs that are attached to github check runs.

v51.1.0

ADMINS

▶ [minor] #6247 Worker manager now also quarantines worker on removeWorker call. This is used to prevent some race conditions when worker is still polling for new work and is removed/shutdown at the same time.

USERS

▶ [patch] The new (unused in production) indexed artifacts feature of Generic Worker was broken in release 51.0.0. This has (hopefully) been fixed.

DEVELOPERS

▶ [patch] New .taskcuster.yml linter added in UI to help validate github integration.

▶ [patch] Taskcluster YAML validator can load file from URL.

v51.0.0

USERS

▶ [minor] #6245 Generic Worker payload now supports declaratively mounting indexed artifacts into the task directory. For example:

payload:
  mounts:
</tr></table> 

... (truncated)

Commits
  • da7a913 v52.0.0
  • bd82590 Merge pull request #6302 from taskcluster/no-root-needed-for-gw-decision-task...
  • 57262ea Merge pull request #6307 from taskcluster/fix-taskcluster-yml
  • bfc666f Don't run generic-worker decision task and worker runner tests as root user
  • c6adaf7 Fix: fail task if decision task fails
  • 40d3db1 feat(github): Better ANSI escape code regexp (#6284)
  • 3026249 Merge pull request #6303 from taskcluster/fix-build-generic-worker
  • f149b96 Fix /workers/generic-worker/build.sh -a
  • c672f33 Merge pull request #6301 from taskcluster/PayloadSchema
  • 56245eb gw-codegen: rename generated function taskPayloadSchema -> JSONSchema so it i...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 47.1.2 to 52.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v52.0.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the report Python tool to upload reports label Jun 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2023

Superseded by #1962.

@dependabot dependabot bot closed this Jun 19, 2023
@dependabot dependabot bot deleted the dependabot/pip/report/taskcluster-52.0.0 branch June 19, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Python tool to upload reports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants